Single program, multiple data
COMPUTING TECHNIQUE USED TO ACHIEVE PARALLELISM
Single program multiple data; Single Process Multiple Data; SPMD
In computing, single program, multiple data (SPMD) is a technique employed to achieve parallelism; it is a subcategory of MIMD. Tasks are split up and run simultaneously on multiple processors with different input in order to obtain results faster.